SftTree/OCX 7.0

SftTreeItems.BackColorOdd Property

Softel vdm, Inc.

Defines the background color used to draw items in odd rows.

Syntax       

Get

VB.NET

Clr = object.BackColorOdd  As UIntegerLanguage-specific information

VB

Clr = object.BackColorOdd  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.BackColorOdd;

VC++

OLE_COLOR Clr = object->BackColorOdd;
OLE_COLOR Clr = object->GetBackColorOdd();

C

HRESULT object->get_BackColorOdd(OLE_COLOR* Clr);

Delphi

Clr := object.BackColorOdd  : Cardinal;

Put

VB.NET

object.BackColorOdd = Clr  As UIntegerLanguage-specific information

VB

object.BackColorOdd = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.BackColorOdd = Clr;

VC++

OLE_COLOR object->BackColorOdd = Clr;
void object->PutBackColorOdd(OLE_COLOR Clr);

C

HRESULT object->put_BackColorOdd(OLE_COLOR Clr);

Delphi

object.BackColorOdd := Clr  : Cardinal;

object

A SftTreeItems object.

Clr

Defines the background color used to draw items in odd rows.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The BackColorOdd property defines the background color used to draw items in odd rows.

Columns can override the background color using the Column.BackColor property.  Cells can override the background color using the Cell.BackColor property.  If a selected item uses a selection style (Items.SelectStyle property) that uses the Items.SelectBackColor property for only portions of the item, the Items.BackColorOdd property is used for the remainder of the item. 

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com